How To Increase Internet Speed Using CMD?

483 Views
0 rating based on 0 reviews

Do you want to increase internet speed but don't know how to do it? I will tell you a simple and easy way through which you can increase internet speed.

Increase Internet Speed using CMD

Poor internet connection is unpleasant, mainly while working urgently and the internet shows a white blank monitor. Occasionally the problem is regarding the network setting. Others might involve the computer or the internet service, provider. Nevertheless, Windows Command Prompt can handle many typical issues regarding DNS, TCP, and IP addresses. Here are a few commands you may consider using if the web connection is slower than expected.

Increasing Internet Speed using Command Prompt

  1. First, find out the network speed on the computer using a command prompt. Put “cmd” on the search field at the “Start” menu. Run the “Command Prompt” as administrator when it shows up on the search results.
    Command Prompt with administrator access
  2. You may also access Command Prompt from the “Run” program. Open the “Run” program by tapping the “Windows” and “R” keys together from the keyboard and put “cmd” on the blank box. Then, click “OK.”
    Put cmd on Run program
  3. Put “ping” on the command line and put the website you wish to view the internet speed beside it. It will display various internet speed rates.
    Check the internet speed
  4. Then, to increase the speed, access “Command Prompt” again and put this command: “Netsh int tcp show global” on the command line to access the TCP global parameters. Tap “Enter.”
    Display TCP global parameters
  5. Put the following command: “Netsh int TCP set chimney=enabled” to activate the TCP set chimney and hit “Enter.”
    Enable TCP set chimney
  6. Set the global auto-tuning level as usual using the command: “Netsh int tcp set global autotuninglevel=normal” and tap “Enter.”
    Put the next command
  7. Set the congestion provider with the following command: “Netsh int set global congestion provider=ctcp” and hit “Enter.” It will speed up the internet. Check your network speed.
    Set global congestion provider
  8. If this doesn’t work, you may reset the DNS cache using Command Prompt to speed up the internet. In a new command prompt window, put this command: “ipconfig /flushdns” and hit “Enter.” It will flush the DNS cache and increase the internet speed.
    Flush the DNS
  9. You may also reset the Winsock and TCP/IP by putting this command: “netsh int IP reset c:resetlog.txt” and tap “Enter.”
    netsh int IP reset
  10. For resetting Winsock, put this command: “netsh Winsock reset” and tap “Enter.”
    netsh Winsock reset
  11. You can also speed up the network connection by pinging the internet connection. Put “ipconfig” on the command line and tap “Enter.” It will display the default gateway address in the results. Copy this address.
    See the Default Gateway
  12. Put the following command: “ping -t” and type the gateway address beside it. If your gateway address is “192.168.42.129”, the command line will look like this “ping –t 192.168.42.129”. Then, keep it like this minimizing the command prompt screen. Don’t close it.
    Pinging the network connection
  13. You may speed up the “Internet Explorer” browser only too. Type this command: “regsvr32 actxprxy” on the command prompt screen and tap “Enter.”
    Optimize the Explorer
  14. Also, if you see that the browsing speed of the internet is good, but the streaming speed is slow for websites such as Youtube. Then, it could be that the Internet service provider is throttling the connection. In that case, put this command “netsh advfirewall firewall add rule name="StopThrottling" dir=in action=block remoteip=173.194.55.0/24,206.111.0.0/16 enable=yes”. It will stop the ISP from controlling the internet speed.
    Prevent ISP throttling

Summary: Increase Internet Speed using CMD